utf8proc.git
2024-12-31 Steven G. Johnsonsilence warnings: use int32_t for chars more consistent...
2024-12-29 Erik SchnetterMerge pull request #277 from eschnett/eschnett/unicode16
2024-12-29 Erik SchnetterOptimize table layout
2024-12-28 Erik SchnetterBump SOINDEX
2024-12-28 dependabot... ci: bump actions/checkout from 2 to 4 (#278)
2024-12-28 dependabot... ci: bump actions/upload-artifact from 1 to 4 (#279)
2024-12-28 dundargocUpdate minimum cmake version to 3.10 (#274)
2024-12-28 tyler92fuzz: improve code coverage (#273)
2024-12-28 Erik SchnetterDescribe character combining table layout
2024-12-28 dundargocci: add dependabot to update actions (#275)
2024-12-20 Erik SchnetterUpdate actions
2024-12-19 Erik Schnetterutf8proc: Correct some types
2024-12-18 Erik SchnetterCorrect handling exclusions
2024-12-18 Erik SchnetterRedesign combining table
2024-08-30 Steven G. Johnsonupdate for Unicode 16.0.0
2024-08-30 bfredlproperties: add "ambiguous_width" property for ambiguou...
2024-07-12 dundargocdocs: add examples for common usecases (#267)
2024-07-11 Steven G. JohnsonUpdate README.md
2024-07-10 dundargocci(macos): install julia dependency (#268)
2024-04-29 dundargocbuild: include clangd files to .gitignore (#263)
2024-04-08 dundargocbuild: remove unnecessary policy check (#262)
2024-01-04 Claire FosterRemove ruby compat hacks (#259)
2024-01-04 Michael WilliamsonUse stdint.h instead of inttypes.h (#223)
2024-01-03 Claire FosterPort ruby data_generator.rb to Julia (#258)
2023-11-26 dundargocupgrade minimum cmake version (#255)
2023-10-20 Steven G. Johnsonupdates for doxygen 1.9
2023-10-20 Steven G. Johnsonuntar into new directory
2023-10-20 Steven G. Johnsonmake distcheck should keep tarball, rm directory
2023-10-20 Steven G. Johnsonadd make distcheck
2023-10-20 Steven G. Johnsonmake dist target
2023-10-20 Steven G. Johnsonversion 2.9 bump (#254)
2023-10-20 Steven G. JohnsonUnicode 15.1 support (#253)
2022-10-30 Steven G. Johnsonv2.8.0 bump (#248)
2022-10-25 Steven G. Johnsonunicode 15 support (#247)
2022-10-25 Harmen StoppelsAdd c flag when invoking ar (#241)
2022-05-26 RandyImprove fuzzer code coverage (#239)
2022-05-06 Randyfuzz: limit input length (#238)
2022-04-16 Steven G. Johnsondon't use make in cmake instructions (closes #236)
2021-12-17 Steven G. Johnsonupdate Doxygen config with doxygen -u
2021-12-17 Steven G. Johnsoncopyright year update
2021-12-17 Steven G. Johnsonprepare for 2.7.0 release
2021-12-17 Steven G. Johnsonupdate for unicode 14 (#233)
2021-12-17 Steven G. Johnsonrm travis
2021-12-17 Steven G. Johnsonupdate gitignore
2021-12-17 woclass[ci] set github CI (#229)
2021-12-17 Markus F.X... cmake: fix installation directories and also install...
2021-12-17 Benito van... reduce lenencode bits (#232)
2021-04-15 extrowerkGNUInstallDirs support (#159)
2021-02-04 RandyOSS-Fuzz integration updates (#219)
2021-01-29 RandyOSS-Fuzz initial integration (#216)
2021-01-14 Mike GloriosoFix Sign-Conversion warnings in library and test code...
2020-12-19 Steven G. Johnsondownload test data to build directory (fixes #212)
2020-12-17 Steven G. Johnsonensure ruby is in UTF-8 mode (#209)
2020-12-15 Steven G. Johnsonfix manifest
2020-12-15 Steven G. Johnson2.6.1 version bump
2020-12-15 Steven G. Johnsonfix NULL args in grapheme_break_stateful
2020-11-23 Steven G. Johnsonupdate doxygen config with doxygen -u
2020-11-23 Steven G. Johnsonbump to version 2.6
2020-11-23 Steven G. JohnsonFix grapheme breaks on string-initial (#205)
2020-10-09 Tim Gatesdocs: fix simple typo, encounted -> encountered (#201)
2020-08-25 Steven G. Johnsonadd islower/isupper functions (#196)
2020-05-25 xkszltlSwitch to HTTPS for referencing `unicode.org`. (#193)
2020-04-13 Stefan FloerenUnify include file handling (#190)
2020-03-30 Andreas-SchniertshauerFix memory leaks in tests case.c and misc.c (#189)
2020-03-29 Steven G. JohnsonRevert "disable tests under mingw" (#187)
2020-03-29 Steven G. Johnsonuse unsigned char more consistently, silence -Wextra...
2020-03-29 Steven G. Johnsonfixes
2020-03-29 Steven G. Johnsonadd build to gitignore, make paths absolute (closes...
2020-03-29 Steven G. Johnsonfix grapheme test to work on unmodified data file
2020-03-29 Steven G. Johnsondisable tests under mingw
2020-03-28 Andreas-SchniertshauerDownload data and execute commented out tests (#178)
2020-03-28 Steven G. JohnsonMerge branch 'master' of https://github.com/JuliaLang...
2020-03-28 Steven G. Johnsonsilence warning (closes #184)
2020-03-28 Andreas-SchniertshauerTests with prefix utf8proc. (#177)
2020-03-28 Steven G. Johnsoncompile more tests on Windows (#183)
2020-03-28 Steven G. Johnsonsimplifications
2020-03-28 Steven G. Johnsonportable getline replacement (closes #182)
2020-03-28 Steven G. Johnsonnew emoji-data.txt location (fixes #181)
2020-03-27 Steven G. Johnsonupdate
2020-03-27 Steven G. Johnsonwhoops, generated from old tables
2020-03-27 Steven G. Johnsonlink fixes
2020-03-27 Steven G. Johnsonversion bump to 2.5
2020-03-27 Steven G. JohnsonUnicode 13 support (#179)
2020-02-19 Andreas-SchniertshauerAdd: tests to CMakeLists.txt (#173)
2019-07-11 Stefan WeilFix some typos (found by codespell) (#160)
2019-05-14 Steven G. Johnsonslight clarification
2019-05-14 Steven G. Johnsonupdate header file comments (closes #157)
2019-05-11 Steven G. JohnsonNEWS for 2.4, updated version numbers (which I forgot...
2019-05-11 Steven G. Johnsonignore vscode
2019-05-11 GOTOH Shunsukeupdate for unicode 12.1 (#156)
2019-05-08 Steven G. Johnsontypo
2019-05-08 Steven G. Johnsonmore info
2019-05-08 Steven G. Johnsonnote official releases
2019-05-08 Steven G. Johnsonmore compile info
2019-05-08 Michael OsipovDocument HP-UX build support (#155)
2019-05-08 Michael OsipovImprove portability of Make (#154)
2019-04-17 past-due[CMake] Add UTF8PROC_NO_INSTALL option (#152)
2019-04-09 Steven G. Johnsoncopyright year update
2019-04-09 Steven G. Johnsonfontforge is no longer needed
2019-03-30 Steven G. JohnsonMerge branch 'master' of https://github.com/JuliaLang...
next